| dbo.SXASNCDFormReusableSectionXRef |
| Default Table Name | SXASNCDFormReusableSectionXRef |
| Definition | This table is used to Link the CDReusableSection into the Form |
| dbo.SXASNCDFormReusableSectionXRef Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
| Build | int | NO | Build Information | |
| TouchedBy | varchar(50) | NO | TouchedBy Information | |
| TouchedWhenUTC | datetimeoffset(3) | NO | TouchedWhenUTC Information | |
| CreatedBy | varchar(50) | NO | CreatedBy Information | |
| CreatedWhenUTC | datetimeoffset(3) | NO | CreatedWhenUTC Information | |
| MSReplrowguid | uniqueidentifier | NO | MSReplrowguid | |
CDFormReusableSectionID |
bigint | NO | CDFormReusableSectionID will contain unique id for this table | |
ReusableSectionID |
bigint | NO | ReusableSectionID will contain the id of Reusable Section | |
ReusableFormID |
int | NO | Store FormID of Reusable Section | |
ReusableFormVersionID |
int | NO | Store FormVersionID of Reusable Section | |
| ClientDocGUID | HVCIDdt | NO | ClientDocGuid will contain Guid of Client Document |
| dbo.SXASNCDFormReusableSectionXRef Primary and Unique Keys |
| Key Name | Key Type | Keys |
| SXASNCDFormReusableSectionXRefPK | PrimaryKey | CDFormReusableSectionID |